home *** CD-ROM | disk | FTP | other *** search
- #ifndef PROTO_CMANAGER_H
- #define PROTO_CMANAGER_H
-
- /*
- ** $VER: CManager.h 25.3 (18.1.2004)
- ** Includes Release 25.3
- **
- ** SAS `C' style prototype/pragma header file combo
- **
- ** Written by Simone Tellini and Alfonso Ranieri <alforan@tin.it>.
- **
- ** Released under the terms of the
- ** GNU Public Licence version 2
- */
-
- #ifndef PRAGMAS_CMANAGER_PRAGMAS_H
- #include <pragmas/CManager_pragmas.h>
- #endif
-
- #ifndef LIBRARIES_CMANAGER_H
- #include <libraries/CManager.h>
- #endif
-
- #ifndef __NOLIBBASE__
- extern struct Library *CManagerBase;
- #endif /* __NOLIBBASE__ */
-
- #endif /* PROTO_CMANAGER_H */
-